Add GtkATContext
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 8 Jul 2020 15:51:57 +0000 (16:51 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 19:31:14 +0000 (20:31 +0100)
commita382dfd3bd7d4de1e2285a6d822a3c99506e6f75
tree8a4fe767f27c59d6928d60ea59705070a5109d70
parent823ee58332627146b48ea884a9046e0f07f773e9
Add GtkATContext

The ATContext type is meant to be used as the base class for
implementations of the assistive technology API—the actual mechanism
needed to communicate to components like the screen reader, or any other
AT.

Every time the widget state changes, the ATContext is meant to broadcast
the state change; and every time the AT queries the state of a UI
element, the ATContext is meant to provide that information.

We also have a "test" ATContext implementation, which is meant to be
used to write tests to verify that changes are propagated without
requiring a whole desktop session.
gtk/gtk.h
gtk/gtkatcontext.c [new file with mode: 0644]
gtk/gtkatcontext.h [new file with mode: 0644]
gtk/gtkatcontextprivate.h [new file with mode: 0644]
gtk/gtktestatcontext.c [new file with mode: 0644]
gtk/gtktestatcontextprivate.h [new file with mode: 0644]
gtk/meson.build